EncryptString(String,Byte[]) Method
'Declaration
Public Overloads Shared Function EncryptString( _
ByVal As String, _
ByVal () As Byte _
) As String
public static string EncryptString(
string ,
byte[]
)
Parameters
- source
- password
Return Value
The encrypted value plus the salt value used in encryption.